home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetFindTypeAttr1.h ---------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- *
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetFindTypeAttr1__
- #define __PGetFindTypeAttr1__
-
- #include "PHandleQuery.h"
-
- #include "PMTypes.h"
-
- class PGetFindTypeAttr1 : public PHandleQuery
- {
-
- public:
-
- PGetFindTypeAttr1();
-
- const char * sFontName;
- short dPointSize;
- short dLeading;
- short cTypeStyle;
- short cPosition;
- short cCase;
- };
-
- #endif
-
- // end of PGetFindParaAttr.h
-